Set<TData>(DicomScp,bool,TData,BeforeAddTagDelegate) Method

Summary
Sends an N-SET-REQ to the SCP.
Syntax
C#
C++/CLI
public void Set<TData>( 
   DicomScp Scp, 
   bool ignoreClass, 
   TData Data, 
   BeforeAddTagDelegate beforeAdd 
) 
public: 
void Setgeneric<typename TData> 
(  
   DicomScp^ Scp, 
   bool ignoreClass, 
   _TData^_ Data, 
   BeforeAddTagDelegate^ beforeAdd 
)  

Parameters

Scp
The peer connection to send the N-SET-REQ to.

ignoreClass
If set to true ignores class defined in the InstanceAttribute of Data.

Data
The data to send in the N-SET-REQ.

beforeAdd
The delegate to call before adding Data properties to the dataset that will be used in the N-SET-REQ.

Type Parameters

TData
The type of the data.

Requirements

Target Platforms

Help Version 22.0.2023.1.24
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.